home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pofo / readkey / readkey.doc next >
Encoding:
Text File  |  1992-12-09  |  996 b   |  25 lines

  1.  
  2.   Turbo Pascal 5.5 unit READKEY.TPU for ATARI Portfolio
  3.  
  4.   (C)1992 RoTo    Rostislav Tomes
  5.                   Czech technical university of Prague 
  6.                   faculty of electrical engineering     
  7.                   department of power systems          
  8.                   CAD/CAE laboratory
  9.  
  10.                   Prague
  11.                   Czechoslovakia
  12.            E-Mail tomes@feld.cvut.cs
  13.  
  14.   READKEY.TPU Unit allows use of Function ReadExtKey:Char.
  15.               ReadExtKey waits for keystroke and then returns
  16.               character or #0. If ReadExtKey returns #0, you
  17.               have to call it once more and then ReadExtKey return
  18.               Scan Code of function key. Like function
  19.               ReadKey in Turbo Pascal standard unit Crt.
  20.               Function ReadKey in The Portfolio Unit, version 1.0
  21.               (c) 1990 BJ Gleason, The American University
  22.               doesn't work properly.
  23.  
  24.   TEST.PAS    simple program for testing READKEY.TPU
  25.